Skip to content

[6.0][BUGS#1279]fix: glossary sorting and issue handling logic #1365

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: releases/6.0
Choose a base branch
from

Conversation

miurahr
Copy link
Member

@miurahr miurahr commented Apr 28, 2025

Pull request type

  • Bug fix -> [bug]

Which ticket is resolved?

What does this PR change?

-- Refactored sortGlossaryEntries to return a list and ensure null safety.

  • Extracted issue provider logic in IssuesPanelController into a separate method for better readability and maintainability.
  • Updated tests and adjusted method usage to align with these changes.
  • Fix the IllegalArgument Error on sort with filter(Objects::nonNull) enforcement
  • Trying to fix BUGS#1279

Other information

- Refactored `sortGlossaryEntries` to return a list and ensure null safety.
- Extracted issue provider logic in IssuesPanelController into a separate method for better readability and maintainability.
- Updated tests and adjusted method usage to align with these changes.
- Fix the IllegalArgument Error on sort with filter(Objects::nonNull) enforcement
- Trying to fix BUGS#1279

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
@miurahr miurahr added this to the 6.0.2 milestone Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant